Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Common Namespace / ObservableCollectionEx<TItem> Class
The type of collection item.
Members

In This Topic
    ObservableCollectionEx<TItem> Class
    In This Topic
    Extended version of System.Collections.ObjectModel.ObservableCollection`1.
    Object Model
    ObservableCollectionEx<TItem> Class
    Syntax
    'Declaration
     
    Public Class ObservableCollectionEx(Of TItem) 
       Inherits System.Collections.ObjectModel.ObservableCollection(Of TItem)
    public class ObservableCollectionEx<TItem> : System.Collections.ObjectModel.ObservableCollection<TItem> 
    Type Parameters
    TItem
    The type of collection item.
    Inheritance Hierarchy

    System.Object
       System.Collections.ObjectModel.Collection<T>
          System.Collections.ObjectModel.ObservableCollection<T>
             GrapeCity.Documents.Common.ObservableCollectionEx<TItem>
                GrapeCity.Documents.Pdf.AssociatedFiles
                GrapeCity.Documents.Pdf.Layers.OptionalContentGroupList

    See Also